04 Teach : Team Activity A

Objectives

Instructions

Blend

You will be blending two images. You are Not allowed to use any blend functions in OpenCV.

Image 1 to blend

Image 2 to blend

Final results

Green Screen

You will creating a green screen image. You are Not allowed to use any masking or bitwise functions in OpenCV.

Note: these two images the background and greenscreen are not the same size. Also, the background image is very lerge so you might need to resize it to view the final results.

Background Image

Green Screen Image

Focus on the minon

Using cropping, create a smaller version of the greenscreen image.

What is a "green" pixel in the greenscreen image

Use this to help you in copy non-green pixels to the background image. For each pixel, you might need to use the red, green, blue values one pixel at a time. You can copy more than one minon to the background.

Submission

There are nothing to submit. You are free to discuss this acitivity on the course Slack account.